canopy

Namespace

canopy.csharp

Contructors

ConstructorSignatureDescription
#new()unit -> canopy

CompiledName:.ctor

Static members

Static memberSignatureDescription
#canopy.acceptAlert()unit -> unit
#canopy.addFinder(finder)(finder:(string -> ('?20029 -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list)) -> unit
#canopy.after(f)f:Action -> unit
#canopy.alert()unit -> IAlert
#canopy.before(f)f:Action -> unit
#canopy.browserIWebDriver

CompiledName:get_browser

#canopy.browsersIWebDriver list

CompiledName:get_browsers

#canopy.check(selector)selector:'?20078 -> unit
#canopy.clear(selector)selector:'?20064 -> unit
#canopy.click(selector)selector:'?20068 -> unit
#canopy.closeTab(number)number:int -> unit
#canopy.contains value1 value2value1:string -> value2:string -> unit
#canopy.context(description)description:string -> unit
#canopy.count selector valueselector:string -> value:int -> unit
#canopy.ctrlClick(selector)selector:'?20072 -> unit
#canopy.currentUrl()unit -> string
#canopy.describe(text)text:string -> unit
#canopy.deselected(selector)selector:'?20104 -> unit
#canopy.disabled(selector)selector:'?20112 -> unit
#canopy.dismissAlert()unit -> unit
#canopy.displayed(selector)selector:'?20106 -> unit
#canopy.doubleClick(selector)selector:'?20070 -> unit
#canopy.drag(selector)selector:string -> string -> IWebDriver -> unit
#canopy.element(selector)selector:string -> IWebElement
#canopy.elementWithText selector regexselector:string -> regex:string -> IWebElement
#canopy.elementWithin selector elementselector:string -> element:IWebElement -> IWebElement
#canopy.elements(selector)selector:string -> IWebElement list
#canopy.elementsWithText selector regexselector:string -> regex:string -> IWebElement list
#canopy.elementsWithin selector elementselector:string -> element:ISearchContext -> IWebElement list
#canopy.enabled(selector)selector:'?20110 -> unit
#canopy.eq selector valueselector:'?20089 -> value:string -> unit
#canopy.eqRegex selector valueselector:'?20096 -> value:string -> unit
#canopy.equality value1 value2value1:'?20116 -> value2:'?20116 -> unit
#canopy.fadedIn(selector)selector:string -> '?20114 -> bool
#canopy.fastTextFromCSS(selector)selector:string -> string list
#canopy.first(selector)selector:string -> IWebElement
#canopy.highlight(cssSelector)cssSelector:string -> unit
#canopy.hover(selector)selector:string -> unit
#canopy.js(script)script:string -> obj
#canopy.last index selectorindex:'?20060 -> selector:string -> IWebElement
#canopy.lastly(f)f:Action -> unit
#canopy.navigate(direction)direction:Navigate -> unit
#canopy.notContains value1 value2value1:string -> value2:string -> unit
#canopy.notDisplayed(selector)selector:'?20108 -> unit
#canopy.notEq selector valueselector:'?20091 -> value:string -> unit
#canopy.notEqRegex selector valueselector:'?20098 -> value:string -> unit
#canopy.nth index selectorindex:int -> selector:string -> IWebElement
#canopy.on(url)url:string -> unit
#canopy.onFail(f)f:Action -> unit
#canopy.onPass(f)f:Action -> unit
#canopy.once(f)f:Action -> unit
#canopy.onn(url)url:string -> unit
#canopy.parent(element)element:IWebElement -> IWebElement
#canopy.pin(direction)direction:direction -> unit
#canopy.positionBrowser(...)left:int -> top:int -> width:int -> height:int -> unit
#canopy.press(key)key:string -> unit
#canopy.puts(text)text:string -> IWebDriver -> unit
#canopy.quit()unit -> unit
#canopy.read(selector)selector:'?20062 -> string
#canopy.reload()unit -> unit
#canopy.resize(size)(size:(int * int)) -> unit
#canopy.rightClick(selector)selector:'?20076 -> unit
#canopy.rotate()unit -> unit
#canopy.run()unit -> unit
#canopy.runFor(browsers)browsers:Browsers -> unit
#canopy.screenshot directory filenamedirectory:string -> filename:string -> byte []
#canopy.selected(selector)selector:'?20102 -> unit
#canopy.shiftClick(selector)selector:'?20074 -> unit
#canopy.skip description fdescription:string -> f:Action -> unit
#canopy.sleep(seconds)seconds:'?20037 -> unit
#canopy.someElement(selector)selector:string -> IWebElement
#canopy.someElementWithin(...)selector:string -> element:ISearchContext -> IWebElement
#canopy.someParent(element)element:ISearchContext -> IWebElement
#canopy.starEq selector valueselector:string -> value:string -> unit
#canopy.starEqRegex selector valueselector:string -> value:string -> unit
#canopy.starNotEq selector valueselector:string -> value:string -> unit
#canopy.start(b)b:BrowserStartMode -> unit
#canopy.switchTo(b)b:IWebDriver -> unit
#canopy.switchToTab(number)number:int -> unit
#canopy.test description fdescription:string -> f:Action -> unit
#canopy.tile(browsers)(browsers:IWebDriver list) -> unit
#canopy.title()unit -> string
#canopy.uncheck(selector)selector:'?20080 -> unit
#canopy.unreliableElement(selector)selector:string -> IWebElement
#canopy.unreliableElements(selector)selector:string -> IWebElement list
#canopy.unreliableElementsWithin(...)selector:string -> element:ISearchContext -> IWebElement list
#canopy.url(destination)destination:string -> unit
#canopy.waitFor(f)f:Predicate<obj> -> unit
#canopy.waitFor2 message fmessage:string -> f:Predicate<obj> -> unit
#canopy.waitForElement(selector)selector:string -> unit
#canopy.wip description fdescription:string -> f:Action -> unit
#canopy.write selector valueselector:'?20066 -> value:string -> unit